inherited WorkspaceManagerDialog: TWorkspaceManagerDialog Left = 187 Top = 470 HelpType = htKeyword HelpKeyword = 'Managing_Workspaces' BorderIcons = [biSystemMenu, biHelp] Caption = 'Manage Workspaces' ClientHeight = 247 ClientWidth = 409 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AutoLoadNameLbl: TUiLabel Left = 216 Top = 8 Height = 13 Caption = 'On startup, load:' FocusControl = AutoLoadNameEdit end object AutoSaveNameLbl: TUiLabel Left = 216 Top = 56 Height = 13 Caption = 'On exit, save as:' FocusControl = AutoSaveNameEdit end object ListLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Saved workspaces:' end object ListView: TUiListView Left = 8 Top = 24 Width = 185 Height = 185 Columns = < item Width = 181 end> RowSelect = True ShowColumnHeaders = False TabOrder = 0 ViewStyle = vsReport OnEdited = ListViewEdited OnEditing = ListViewEditing OnSelectItem = ListViewSelectItem OnCancelEdit = ListViewCancelEdit end object DeleteBtn: TUiButton Left = 7 Top = 216 Caption = '&Delete' TabOrder = 1 OnClick = DeleteClick AutoSize = asLeft end object AutoLoadNameEdit: TUiComboBox Left = 216 Top = 24 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 2 OnChange = AutoNameChange end object AutoSaveNameEdit: TUiComboBox Left = 216 Top = 72 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 3 OnChange = AutoNameChange end object CloseBtn: TUiButton Left = 328 Top = 216 Cancel = True Caption = 'Close' Default = True ModalResult = 2 TabOrder = 4 AutoSize = asRight end object ListPopup: TUiPopupMenu object DeleteItem: TUiMenuItem Caption = 'Delete' ShortCut = 46 OnClick = DeleteClick end object RenameItem: TUiMenuItem Caption = 'Rename' ShortCut = 113 OnClick = RenameClick end end end